home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / reboot13.zip / REBOOT.DOC < prev    next >
Text File  |  1988-02-09  |  3KB  |  92 lines

  1.  
  2. REBOOT 1.3
  3. guy gallo
  4.  
  5. 2/11/88
  6.  
  7. REBOOT was written and compiled with Turbo Pascal 4.0.
  8.  
  9. LOGIC:
  10. REBOOT looks into a specfied directory (C:\CONFIGS) for any files of the 
  11. form "FILENAME.", that is, file without any extension at all.  It assumes
  12. that these files are alternative config.sys files.
  13.  
  14. When one of these extensionless filenames is passed to REBOOT, either
  15. on the command line, or by being chosen by the user from a list, REBOOT 
  16.  
  17.     1) backs up the current config.sys file, 
  18.     2) copies <filename> to the root directory as CONFIG.SYS, and 
  19.     3) performs a warm boot of the machine.
  20.  
  21.  
  22. INSTALLING REBOOT:
  23.  
  24. Create a directory named C:\CONFIGS.  
  25.  
  26. In C:\CONFIGS, create any alternative config.sys files you might desire, and
  27. store them under descriptive filenames (without extensions).
  28.  
  29. e.g. : noram, noansi, ansi
  30.  
  31. You can also have a matching autoexec.bat file copied if you wish.  To do
  32. this create the approriate batch file and store under the same filename, but
  33. with the extension "bat".
  34.  
  35. e.g  : noansi.bat 
  36. (would match the config file "Noansi")
  37.  
  38.  
  39. RUNNING REBOOT:
  40.  
  41. Typing REBOOT <cr> will list the current config.sys alternatives
  42.  
  43. Typing REBOOT Fname <cr> will copy the file(s) Fname (and Fname.bat, if it
  44.     exists) to the root directory and perform a warm reboot.
  45.  
  46. e.g.  (using the examples above)
  47.  
  48. REBOOT noram <CR>
  49.     will copy the file c:\configs\noram to c:\config.sys
  50.  
  51. REBOOT noansi <CR>
  52.     will copy the file c:\configs\noansi to c:\config.sys and 
  53.     c:\configs\noansi.bat to c:\autoexec.bat
  54.  
  55. REBOOT <CR>
  56.     will present a menu of current possibilities.
  57.  
  58.  
  59. BACKUP CONFIG FILES:
  60.  
  61. REBOOT provides the following enhancement over other reboot/reconfigure 
  62. programs.  When you copy a new config.sys file to the root directory,
  63. the currently active config.sys is saved, in the \configs directory, under
  64. the filename BETA.
  65.  
  66. Similarly, if you wish to reconfigure with a matching pair, that is with
  67. a config file that has a matching batch file, the currently active boot
  68. files (both config.sys and autoexec.bat) will be backed up to the filename
  69. ALPHA.
  70.  
  71. Thereafter, entering the command
  72.  
  73. REBOOT beta  (if only the config.sys file was changed)
  74.     or
  75. REBOOT alpha (if both the config.sys and autoexec.bat files were changed)
  76.  
  77. will restore the previously active boot files.
  78.  
  79. History:
  80. version 1.0 release 10/22/87
  81. version 1.3 release 2/11/88 - added the /b option to reboot machine 
  82.     without changing anything
  83.     added a hard-coded read to the C:\CONFIGS directory in order to
  84.     allow rebooting from any logical drive.
  85.  
  86. Comments:
  87. Comments can be addressed to Guy Gallo at the following bulletin boards
  88.  
  89. The Invention Factory
  90. PCSI
  91. DannySoft dBBS
  92.